home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Tools / Mac F2C 1.3.3 / Test Project ƒ / Readme.MPW < prev    next >
Text File  |  1996-02-25  |  2KB  |  44 lines

  1. This file describes the example makefiles used by MPW to build tools and
  2. applications with F2C.
  3.  
  4. All of the makefiles require that the library files be built.  If they are
  5. not built please go to the library directory and do this first.
  6.  
  7. test.68K.CW.make
  8.     •Builds a 68k version of the test MPW tool with the CodeWarrior Compiler.
  9.     •Build by:
  10.         1) typing:    buildprogram test.68K.CW
  11.  
  12. test.PPC.CW.make
  13.     •Builds a PPC version of the test MPW tool with the CodeWarrior Compiler.
  14.     •Build by:
  15.         1) typing:    buildprogram test.PPC.CW
  16.  
  17. test.PPC.SA.make
  18.     •Builds a PPC version of the StandAlone test application with the CodeWarrior
  19.     Compilers.
  20.     •Build by:
  21.         1)     installing the standalone F2C libraries.  To do this rename a copy of
  22.             'libI77.PPC' and 'libF77.PPC' that were built using the IDE to 'libI77SA.PPC'
  23.             and 'libF77SA.PPC'.  It is important to note that these are the files built 
  24.             by the IDE and not built using MPW.  There are differences in these two
  25.             versions of the libraries and you _must_ use the ones built by the IDE.
  26.  
  27.         2)    Now copy the files 'libI77SA.PPC' and 'libF77SA.PPC' to the 'F2CLibraries' 
  28.             folder in the MPW 'Libraries' folder.  You have now placed the renamed IDE
  29.             version of the libraries where MPW can now use them.
  30.  
  31.         3)    Now you should be able to build a stand alone version of the test application
  32.             by typing: 
  33.                 buildprogram test.PPC.SA 
  34.  
  35. test.PPC.MrC.make
  36.     •Builds a PPC version of the test MPW tool with the MrC Compiler.  NOTE-> I do not have
  37.     MrC and therefore have not been able to verify that this works.  I am including this 
  38.     makefile as an example only.  I have one report that it does indeed work when used with
  39.     the libraries built with CodeWarrior and one report that it works when used with libraries
  40.     built with MrC.  If you have success of your own please let me know!
  41.     •Build by:
  42.         1) typing:    buildprogram test.PPC.MrC
  43.  
  44.